-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making it work with react-native 0.63.X #57
Comments
Thanks this helped me!
RN version |
Thanks guys! It be noted that, you have to change path to |
How do I upgrade from 0.61.4 to 0.63.2? |
https://github.com/exzos28/react-native-web-monorepo with rn 0.63.3 |
I'll wait for 0.64 to upgrade this repo |
I have a working setup in terms of building the app, but I am running into another problem. I keep getting errors with "invalid hook calls" as described here: facebook/react-native#29722. Has anyone found a fix for this? |
awesome, you need to pay attention at that make sure node_modules path is right |
Hi, this repo is now updated to react-native v0.63.3 and create-react-app v4. I also added nextjs as an alternative to cra. Thanks! |
The Podfile of IOS looks different now:
So in order to make it work,
I needed to search & replace also
node_modules/@react-native-community
with../../node_modules/@react-native-community
and adjust the podfile
use_react_native!(:path => config["reactNativePath"])
withuse_react_native!(:path => './../../../node_modules/react-native/')
Hope that helps somebody else 👋
The text was updated successfully, but these errors were encountered: